<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with gentoo linux]]></title><description><![CDATA[A list of topics that have been tagged with gentoo linux]]></description><link>https://forum.qt.io/tags/gentoo linux</link><generator>RSS for Node</generator><lastBuildDate>Sat, 04 Apr 2026 13:32:00 GMT</lastBuildDate><atom:link href="https://forum.qt.io/tags/gentoo linux.rss" rel="self" type="application/rss+xml"/><pubDate>Invalid Date</pubDate><ttl>60</ttl><item><title><![CDATA[Trying to build a Qt 6 application but getting a Qt 5 application; Qt Creator 19 on Gentoo Linux]]></title><description><![CDATA[I have the development packages for Qt5 and Qt6. As you mentioned it works when I remove Qt5 from the following statement in CMakeLists.txt.
#find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Widgets)
#find_package(QT NAMES Qt6 REQUIRED COMPONENTS Widgets)
find_package(QT NAMES Qt5 REQUIRED COMPONENTS Widgets)


The first and third line result in a Qt5 build. The second line results in a Qt6 build. The "Qt version" field in my kit seems to have no influence. I set the value to "None".
The issue is resolved. However in a weird way.
]]></description><link>https://forum.qt.io/topic/164469/trying-to-build-a-qt-6-application-but-getting-a-qt-5-application-qt-creator-19-on-gentoo-linux</link><guid isPermaLink="true">https://forum.qt.io/topic/164469/trying-to-build-a-qt-6-application-but-getting-a-qt-5-application-qt-creator-19-on-gentoo-linux</guid><dc:creator><![CDATA[mgoppelt]]></dc:creator><pubDate>Invalid Date</pubDate></item></channel></rss>